home *** CD-ROM | disk | FTP | other *** search
/ Megahits 3 / Megahits 3 (1994)(GTI - Rhein-Main-Soft)(DE)[!].iso / module / utilities / archives / mod2midi3.lha / Mod2Midi / source / mod2midi_globals.h < prev    next >
C/C++ Source or Header  |  1993-12-15  |  329b  |  15 lines

  1.  
  2. #include "mod2midi_rev.h"
  3.  
  4. /*
  5.  * --- Library base pointers
  6.  */
  7. struct GfxBase            *GfxBase        = NULL;
  8. struct DosBase            *DosBase        = NULL;
  9. struct IntuitionBase    *IntuitionBase    = NULL;
  10. struct ExecBase            *ExecBase        = NULL;
  11. struct Library            *AslBase        = NULL;
  12. struct Library            *GadToolsBase    = NULL;
  13. struct Library            *DiskFontBase    = NULL;
  14.  
  15.